sign/ed25519: Output failed signatures in error message
authorColin Walters <walters@verbum.org>
Tue, 16 Jun 2020 13:18:07 +0000 (13:18 +0000)
committerDenis Pynkin <denis.pynkin@collabora.com>
Tue, 16 Jun 2020 15:20:54 +0000 (18:20 +0300)
commit1f3c8c5b3de978f6e069c24938967f823cce7ee8
treeed6ee9422e086f6233f2cc4b8a4e3628adecb439
parentfa70ab417b81691135f329d69c3335f4119dda0e
sign/ed25519: Output failed signatures in error message

To aid debuggability, when we find a commit that isn't signed
by our expected key, output a specific error message with the
key.

(And then add code to switch to just printing the count beyond 3
 because the test suite injects 100 keys and hopefully no one
 ever actually does that)
src/libostree/ostree-sign-ed25519.c
tests/test-pre-signed-pull.sh
tests/test-signed-commit.sh
tests/test-signed-pull-summary.sh